Skip to content

Conversation

dstansby
Copy link
Contributor

@dstansby dstansby commented Aug 1, 2025

Fixes #3317. I'm going to leave this as draft, because it will probably be easier to manage backports if this is merged as the last thing before a 3.2.0 release, in case any of the removed API needs fixing in 3.1.x. Opening to avoid duplicaiton of work by others.

@dstansby dstansby added this to the 3.2.0 milestone Aug 1, 2025
Copy link

codecov bot commented Aug 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.87%. Comparing base (c9509ee) to head (81a359d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3325      +/-   ##
==========================================
+ Coverage   94.70%   94.87%   +0.17%     
==========================================
  Files          79       77       -2     
  Lines        9532     9443      -89     
==========================================
- Hits         9027     8959      -68     
+ Misses        505      484      -21     
Files with missing lines Coverage Δ
src/zarr/__init__.py 100.00% <ø> (ø)
src/zarr/api/asynchronous.py 90.42% <100.00%> (+0.45%) ⬆️
src/zarr/api/synchronous.py 92.42% <100.00%> (-0.54%) ⬇️
src/zarr/core/array.py 97.90% <ø> (+0.46%) ⬆️
src/zarr/core/common.py 93.33% <ø> (ø)
src/zarr/core/group.py 95.13% <ø> (+0.09%) ⬆️
src/zarr/storage/__init__.py 100.00% <ø> (+5.00%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dstansby dstansby force-pushed the rm-deprecations branch 2 times, most recently from c2ec4f0 to 9464a0b Compare August 11, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove deprecated routines
1 participant